home *** CD-ROM | disk | FTP | other *** search
/ Le Grandi Epoche Storiche 1: L'Antico Egitto / Le Grandi Epoche Storiche - Egitto.iso / pc / Flash / Can.swf / scripts / DefineButton2_57 / BUTTONCONDACTION on(release, releaseOutside).as < prev   
Text File  |  2001-01-24  |  135b  |  9 lines

  1. on(release, releaseOutside){
  2.    set("../:thego","0");
  3.    stopDrag();
  4.    tellTarget("detect")
  5.    {
  6.       gotoAndStop(1);
  7.    }
  8. }
  9.